[^^Up^^] [Menu] [About The Guide]
Win class structure:
~~~~~~~~~~~~~~~~~~~~
create class Win from Box
  export:
  var Screen   //""
  var Visible  //false
  method New=WinNew      //o:New() --> self
  method Paint=WinPaint  //o:Paint(IsTop,lDouble) --> true
  method Show=WinShow    //o:Show() --> true
  method Hide=WinHide    //o:Hide() --> true
  method Done=WinDone    //o:Done() --> true
  endclass

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson